Learn R Programming

DDPM (version 0.1.0)

Pap smear test: The data show the observed number of pap smear tests a female took in the last six years for females aged more than 18 years

Description

The function gives the observed number of pap smear tests a female took in the last six years for females aged more than 18 years.

Usage

data_pap

Value

data_pap gives the observed number of pap smear tests a female took in the last six years for females aged more than 18 years.

Arguments

data_pap

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the observed number of pap smear tests a female took in the last six years for females aged more than 18 years. They were used by Arora and Chaganty (2021) and fitted by the zero-and-k-inflated Poisson distribution.

References

Arora, M., & Chaganty, N. R. (2021). EM estimation for zero-and k-inflated Poisson regression Model. Computation, 9(9), 94.

See Also

data_can

Examples

Run this code
x<-data_pap
summary(x)
table (x)

Run the code above in your browser using DataLab